Learn R Programming

rwt (version 1.0.0)

Internal Functions: Internal RWT Functions and Variables

Description

Internal functions used to create artificial test signal.

Usage

.makesig.heavi.sine(N, t) .makesig.bumps(N, t) .makesig.blocks(N, t) .makesig.doppler(N, t) .makesig.ramp(N, t) .makesig.cusp(N, t) .makesig.sing(N, t) .makesig.hi.sine(N, t) .makesig.lo.sine(N, t) .makesig.lin.chirp(N, t) .makesig.two.chirp(N, t) .makesig.quad.chirp(N, t) .makesig.mish.mash(N, t) .makesig.werner.sorrows(N, t) .makesig.leopold(N, t) .isValidSignal(sigName)

Arguments

N
numeric scalar specifying length in samples of desired signal (512 by default)
t
numeric vector generated by (1:N) / N
sigName
character string specifying name of desired signal

Details

These are not to be called directly by the user.